Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Python Tutorial
1) Buildin Function
2) Buildin Module
3) CGI Web
4) Class
5) Collections
6) Data Type
7) Database
8) Dictionary
9) File
10) Function
11) Introduction
12) List
13) Network
14) Operator
15) Regular Expressions
16) Statement
17) String
18) Thread
19) Tkinker
20) Tuple
21) Windows
22) Wxpython
23) XML
Introduction
1) A literal is a number or string that appears directly in a program
2) A Module with Conditional Test Code
3) A variable is basically a name that represents some value
4) Assignment Operator
5) Augmented Assignment
6) Augmented Assignments
7) Chained Assignments
8) Chaining together assignments is okay
9) Continuation ( )
10) Do calculation in print
11) Everything to the right of # is ignored
12) Find out the Source
13) Getting Help with __doc__
14) If you add a comma at the end, your next print statement will continue printing on the same line
15) Is it main file
16) Modules are Programs
17) Modules are Used to Define Things
18) Multiple Assignment
19) Multiple Statements on a Single Line ( ; )
20) None placeholder
21) Once a variable has been assigned, you can access it by using its name
22) Print to a file
23) Print to standard error
24) Printing with Commas
25) Python is dynamically typed, no pre-declaration of a variable or its type is necessary
26) Sequence Unpacking
27) Setting the PYTHONPATH for your module
28) Statements and Syntax
29) The identifiers listed in a global statement refer to the global variables that the function needs to rebind
30) To reload the simple module, you would use the following
31) Using Code Indentation